home *** CD-ROM | disk | FTP | other *** search
- // This is the configuration file for the FileLogger V1.3 program.
- // This file will be used if present in S: directory or the current directory
- // (Only in the Registered Version)
- // Please read the NOTE and the doc file for more details
- // NOTE : Blank lines or anything after a // is ignored
- // *NEVER* change the LEFT HAND SIDE keywords
- // You can have spaces or tabs around the = sign
-
- // Preferences for the user.
- // NOTE : All fields should have values of either Y or N
- // but you can change the values they are set to.
-
- GUESS_FILETYPE = Y // Guess filetype when reading files into the log
- IGNORE_DUPDISK = N // Ignore Duplicate Disks
- IGNORE_DUPFILE = Y // Ignore Duplicate Files
- PROMPT_DELDISK = Y // Confirm when deleting disks
- PROMPT_DELFILE = Y // Confirm when deleting files
- FLASH_SCREEN = Y // Flash Screen on error message
- OVERWRITE_FILE = N // Overwrite file without prompting during a save/print
- WBENCH_COLOUR = N // Use WorkBench colours instead of program's default
-
- // User maintainable file types. (Currently Supported File Types)
- // If you do not like the default file type keyword given by the program to
- // various types of files, you can change the keyword to whatever you want.
- // For eg. PICT is the default keyword given to IFF Pictures. You can set
- // this to ILBM if you want.
- // NOTE : Only the FIRST 5 characters of the file type keyword will be used.
- // Lowercase file types will be converted to uppercase and used.
- // Do not delete any of these lines.
- // The numbers on the left side are significant. Do not change them.
-
- 1 = EXE // Amiga executable
- 2 = DATA // Some data file
- 3 = DOC // Doc file
- 4 = AGDE // Amiga Guide
- 5 = TEXT // Some text file
- 6 = OBJ // Amiga Object file
- 7 = ALIB // Amiga System library
- 8 = PREF // Amiga Std. Prefs file
- 9 = DTYP // Amiga Std. Data Type
- 10 = FONT // Amiga font
- 11 = CLIB // C library
- 12 = CHDR // C Header
- 13 = CPRG // C Source
- 14 = ASM // Assembly Source
- 15 = AHDR // Assembly Header
- 16 = PSCL // Pascal source
- 17 = AMOS // AMOS Source
- 18 = ABK // AMOS bank
- 19 = EMDL // Amiga E Module
- 20 = PICT // Amiga IFF Picture
- 21 = ANIM // Amiga IFF Anim
- 22 = SMPL // Amiga IFF Sample
- 23 = IFF // Unknow IFF format file
- 24 = GIF // GIF Picture
- 25 = TIF // TIF Picture
- 26 = VISTA // VISTA DEM file
- 27 = SC4D // Sculpt 4D File
- 28 = PPDAT // Some PowerPacked Data File
- 29 = LHA // LHA Archive
- 30 = DMS // DMS Archive
- 31 = MED // (Octa)MED song
- 32 = IOBJ // Imagine Object
- 33 = PPAGE // Professional Page file
-